STK ObjectsSend comments on this topic.
LineWidth Property (IAgFmGfxContours)
See Also
Windows





Windows & Linux

Description

Contour Lines width.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LineWidth() As Integer
[C#]
public int LineWidth {get; set;}
[Managed C++]
public: __property int get_LineWidth();
public: __property void set_LineWidth( int );
[Unmanaged C++]
public: HRESULT get_LineWidth(
    long * pVal
);
public: HRESULT put_LineWidth(
    long val
);
[Java]
public int getLineWidth();
public void setLineWidth(
    int
);
[Python - STK API ]
@property
def LineWidth(self) -> int:

@LineWidth.setter
def LineWidth(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.