Access global methods and properties of PointBatchPrimitiveOptionalParameters (what's known as static properties, static methods and constructors in languages such as C++, C#, etc.).
Read-only property
[Visual Basic .NET] |
---|
Public Property PointBatchPrimitiveOptionalParameters() As IAgStkGraphicsPointBatchPrimitiveOptionalParametersFactory |
[C#] |
---|
public IAgStkGraphicsPointBatchPrimitiveOptionalParametersFactory PointBatchPrimitiveOptionalParameters {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsPointBatchPrimitiveOptionalParametersFactory ^ get_PointBatchPrimitiveOptionalParameters(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointBatchPrimitiveOptionalParameters( IAgStkGraphicsPointBatchPrimitiveOptionalParametersFactory ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPointBatchPrimitiveOptionalParametersFactory getPointBatchPrimitiveOptionalParameters(); |
[Python - STK API ] |
---|
@property def PointBatchPrimitiveOptionalParameters(self) -> "IAgStkGraphicsPointBatchPrimitiveOptionalParametersFactory": |