AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_Type(
    AgELinkMarginType val
);
[Java]
public AgELinkMarginType getType();
public void setType(
    AgELinkMarginType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.