Description
True if the origin is at the reference
satellite, false if the origin is at the current satellite.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property OriginAtMaster() As Boolean
|
| [C#] |
public bool OriginAtMaster {get; set;}
|
| [Managed C++] |
public: __property bool get_OriginAtMaster();
public: __property void set_OriginAtMaster(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_OriginAtMaster(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OriginAtMaster(
VARIANT_BOOL NewOriginAtMaster
);
|
| [Java] |
public bool getOriginAtMaster();public void setOriginAtMaster(
bool
);
|
See Also