STK ObjectsSend comments on this topic.
ReferenceVector Property (IAgVeVOBPlaneTemplate)
See Also
Windows





Windows & Linux

Description

The template's reference vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceVector() As String
[C#]
public string ReferenceVector {get; set;}
[Managed C++]
public: __property String __gc ^ get_ReferenceVector();
public: __property void set_ReferenceVector( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ReferenceVector(
    BSTR * pVal
);
public: HRESULT put_ReferenceVector(
    BSTR Name
);
[Java]
public String getReferenceVector();
public void setReferenceVector(
    String
);
[Python - STK API ]
@property
def ReferenceVector(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.