ESRI.ArcGIS.ADF.IMS | |
GeometryElement Constructor(AcetateUnits) | |
See Also Example |
ESRI.ArcGIS.ADF.IMS.Display.AcetateElement Namespace > GeometryElement Class > GeometryElement Constructor : GeometryElement Constructor(AcetateUnits) |
- units
- Units for the coordinates within the Element of the GeometryElement
Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal units As AcetateUnits _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public GeometryElement( AcetateUnits units ) |
Parameters
- units
- Units for the coordinates within the Element of the GeometryElement
For more complete example of using GeometryElement, see the overloaded constructor
for this class.
C# | Copy Code |
---|---|
GeometryElement geomElem = new GeometryElement(AcetateUnits.Pixel); |
Visual Basic | Copy Code |
---|---|
Dim geomElem As New GeometryElement(AcetateUnits.Pixel) |