STK Graphics PrimitivesSend 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 SizeUnit
);
[Java]
public AgEStkGraphicsMarkerBatchUnit getSizeUnit();
public void setSizeUnit(
    AgEStkGraphicsMarkerBatchUnit
);
[Python - STK API ]
@property
def SizeUnit(self) -> "AgEStkGraphicsMarkerBatchUnit":

@SizeUnit.setter
def SizeUnit(self, SizeUnit:"AgEStkGraphicsMarkerBatchUnit") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.