AGI STK Objects 11 Send comments on this topic.
Type Property (IAgLinkMargin)
See Also 





Description

Gets or sets the link margin type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Type() As AgELinkMarginType

[C#]
public AgELinkMarginType Type {get; set;}

[Managed C++]
public: __property AgELinkMarginType get_Type();
public: __property void set_Type(
AgELinkMarginType
);

[Unmanaged C++]
public: HRESULT get_Type(
AgELinkMarginType * pRetVal
);
public: HRESULT put_Type(
AgELinkMarginType NewType
);

[Java]
public AgELinkMarginType getType();public void setType(
AgELinkMarginType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1