Description
Plate normal vector.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property NormalVector() As String
|
[C#] |
---|
public string NormalVector {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_NormalVector(); public: __property void set_NormalVector( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_NormalVector( BSTR * pRetVal ); public: HRESULT put_NormalVector( BSTR NewNormalVector );
|
[Java] |
---|
public String getNormalVector();public void setNormalVector( String );
|
See Also