STK ObjectsSend comments on this topic.
Contours Property (IAgPlaceGraphics)
See Also
Windows





Windows & Linux

Description

The range contours properties for the place.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Contours() As IAgGfxRangeContours
[C#]
public IAgGfxRangeContours Contours {get;}
[Managed C++]
public: __property IAgGfxRangeContours ^ get_Contours();
[Unmanaged C++]
public: HRESULT get_Contours(
    IAgGfxRangeContours ** ppContours
);
[Java]
public IAgGfxRangeContours getContours();
[Python - STK API ]
@property
def Contours(self) -> "IAgGfxRangeContours":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.