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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1