STK ObjectsSend comments on this topic.
ReferenceType Property (IAgComponentLinkEmbedControl)
See Also
Windows





Windows & Linux

Description

The component reference type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceType() As AgEComponentLinkEmbedControlReferenceType
[C#]
public AgEComponentLinkEmbedControlReferenceType ReferenceType {get; set;}
[Managed C++]
public: __property AgEComponentLinkEmbedControlReferenceType get_ReferenceType();
public: __property void set_ReferenceType( AgEComponentLinkEmbedControlReferenceType );
[Unmanaged C++]
public: HRESULT get_ReferenceType(
    AgEComponentLinkEmbedControlReferenceType * pVal
);
public: HRESULT put_ReferenceType(
    AgEComponentLinkEmbedControlReferenceType val
);
[Java]
public AgEComponentLinkEmbedControlReferenceType getReferenceType();
public void setReferenceType(
    AgEComponentLinkEmbedControlReferenceType
);
[Python - STK API ]
@property
def ReferenceType(self) -> "AgEComponentLinkEmbedControlReferenceType":

@ReferenceType.setter
def ReferenceType(self, val:"AgEComponentLinkEmbedControlReferenceType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.