AGI STK Objects 11 Send comments on this topic.
ContourType Property (IAgFmGfxContours)
See Also 





Description

Contour display method (block fill or smooth fill).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ContourType() As AgEFmGfxContourType

[C#]
public AgEFmGfxContourType ContourType {get; set;}

[Managed C++]
public: __property AgEFmGfxContourType get_ContourType();
public: __property void set_ContourType(
AgEFmGfxContourType
);

[Unmanaged C++]
public: HRESULT get_ContourType(
AgEFmGfxContourType * pRetVal
);
public: HRESULT put_ContourType(
AgEFmGfxContourType NewContourType
);

[Java]
public AgEFmGfxContourType getContourType();public void setContourType(
AgEFmGfxContourType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1