Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal name As String, _ ByVal description As String, _ ByVal prototypeGeometry As Geometry, _ ByVal prototypeAttributes As IDictionary(Of String,Object), _ ByVal drawingTool As FeatureEditTool _ ) |
C# | |
---|---|
public FeatureTemplate( string name, string description, Geometry prototypeGeometry, IDictionary<string,object> prototypeAttributes, FeatureEditTool drawingTool ) |
Parameters
- name
- The name.
- description
- The description.
- prototypeGeometry
- The prototype geometry.
- prototypeAttributes
- The prototype attributes.
- drawingTool
- The drawing tool.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8