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





Windows & Linux

Description

Gets the snippet associated with this feature.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.