STK Vector Geometry ToolSend comments on this topic.
Dimension Property (IAgCrdnVectorScalarScaled)
See Also
Windows





Windows & Linux

Description

A dimension assigned to the output vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Dimension() As String
[C#]
public string Dimension {get; set;}
[Managed C++]
public: __property String __gc ^ get_Dimension();
public: __property void set_Dimension( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Dimension(
    BSTR * pRetVal
);
public: HRESULT put_Dimension(
    BSTR Dimension
);
[Java]
public String getDimension();
public void setDimension(
    String
);
[Python - STK API ]
@property
def Dimension(self) -> str:

@Dimension.setter
def Dimension(self, Dimension:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.