AGI STK Graphics 11Send comments on this topic.
SizeUnit Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets or sets the unit that each marker's size is defined in.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SizeUnit() As AgEStkGraphicsMarkerBatchUnit
[C#]
public AgEStkGraphicsMarkerBatchUnit SizeUnit {get; set;}
[Managed C++]
public: __property AgEStkGraphicsMarkerBatchUnit get_SizeUnit();
public: __property void set_SizeUnit(
   AgEStkGraphicsMarkerBatchUnit
);
[Unmanaged C++]
public: HRESULT get_SizeUnit(
   AgEStkGraphicsMarkerBatchUnit * pRetVal
);
public: HRESULT put_SizeUnit(
   AgEStkGraphicsMarkerBatchUnit NewSizeUnit
);
[Java]
public AgEStkGraphicsMarkerBatchUnit getSizeUnit();public void setSizeUnit(
   AgEStkGraphicsMarkerBatchUnit
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.