The component of the vector to return as the value of the scalar.
Read-write property
[Visual Basic .NET] |
---|
Public Property Component() As AgECrdnVectorComponentType |
[C#] |
---|
public AgECrdnVectorComponentType Component {get; set;} |
[Managed C++] |
---|
public: __property AgECrdnVectorComponentType get_Component(); |
[Unmanaged C++] |
---|
public: HRESULT get_Component( AgECrdnVectorComponentType * pRetVal ); public: HRESULT put_Component( AgECrdnVectorComponentType Component ); |
[Java] |
---|
public AgECrdnVectorComponentType getComponent(); public void setComponent( AgECrdnVectorComponentType ); |
[Python - STK API ] |
---|
@property def Component(self) -> "AgECrdnVectorComponentType": @Component.setter def Component(self, Component:"AgECrdnVectorComponentType") -> None: |