When set to True, appends the extended information as described
below to the strings returned by ObjPath property of
AgPickInfoData.
- For MTO objects, track ID associated with a Multi-Track is
returned. For instance:
"/Application/STK/Scenario/Test/MTO/tle-08747 2", where 2 is the
track ID associated with a Multi-Track Object.
- For primitives, the associated primitive ID is
returned.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property AdvancedPickMode() As Boolean
|
| [C#] |
|---|
public bool AdvancedPickMode {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_AdvancedPickMode();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_AdvancedPickMode(
|
| [Java] |
|---|
public bool getAdvancedPickMode();public void setAdvancedPickMode(
|
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||