STK AgCrdnPluginSend comments on this topic.
Dimension Property (IAgCrdnVectorPluginResultReg)
See Also
Dimension
Windows





Windows & Linux

Description

Sets the dimension of the vector.

Property type

Write-only property

Syntax

[Visual Basic .NET]
Public Property Dimension() As String
[C#]
public string Dimension {set;}
[Managed C++]
public: __property void set_Dimension(
    String __gc ^
);
[Unmanaged C++]
public: HRESULT put_Dimension(
    BSTR Dimension
);
[Java]
public void setDimension(
    String
);

Parameters

Dimension

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.