STK Graphics PrimitivesSend comments on this topic.
CloudsUri Property (IAgStkGraphicsClouds)
See Also
Windows





Windows & Linux

Description

The URI of the clouds file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CloudsUri() As String
[C#]
public string CloudsUri {get; set;}
[Managed C++]
public: __property String __gc ^ get_CloudsUri();
public: __property void set_CloudsUri( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_CloudsUri(
    BSTR * pRetVal
);
public: HRESULT put_CloudsUri(
    BSTR CloudsUri
);
[Java]
public String getCloudsUri();
public void setCloudsUri(
    String
);
[Python - STK API ]
@property
def CloudsUri(self) -> str:

@CloudsUri.setter
def CloudsUri(self, CloudsUri:str) -> None:

See Also

© 2022 Analytical Graphics, Inc. All Rights Reserved.