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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface