STK ObjectsSend comments on this topic.
IsIntrinsic Property (IAgLinkToObject)
See Also
Windows





Windows & Linux

Description

Returns true if the link references an intrinsic object, otherwise returns false.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsIntrinsic() As Boolean
[C#]
public bool IsIntrinsic {get;}
[Managed C++]
public: __property bool get_IsIntrinsic();
[Unmanaged C++]
public: HRESULT get_IsIntrinsic(
    VARIANT_BOOL * pVal
);
[Java]
public bool getIsIntrinsic();
[Python - STK API ]
@property
def IsIntrinsic(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.