STK ObjectsSend 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
);
[Python - STK API ]
@property
def Type(self) -> "AgELinkMarginType":

@Type.setter
def Type(self, val:"AgELinkMarginType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.