STK Vector Geometry ToolSend comments on this topic.
Dimensions Property (IAgCrdnParameterSet)
See Also
Windows





Windows & Linux

Description

Get the names identifying types of dimensions of individual scalars within parameter set.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Dimensions() As System.Array
[C#]
public System.Array Dimensions {get;}
[Managed C++]
public: __property System::Array get_Dimensions();
[Unmanaged C++]
public: HRESULT get_Dimensions(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getDimensions();
[Python - STK API ]
@property
def Dimensions(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.