STK Graphics PrimitivesSend comments on this topic.
Content Property (IAgStkGraphicsKmlFeature)
See Also
Windows





Windows & Linux

Description

Gets the content associated with this feature.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Content() As String
[C#]
public string Content {get;}
[Managed C++]
public: __property String __gc ^ get_Content();
[Unmanaged C++]
public: HRESULT get_Content(
    BSTR * pRetVal
);
[Java]
public String getContent();
[Python - STK API ]
@property
def Content(self) -> str:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.