STK Vector Geometry ToolSend comments on this topic.
UseCustomReference Property (IAgCrdnVolumeCalcAltitude)
See Also
Windows





Windows & Linux

Description

Whether to use custom reference.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseCustomReference() As Boolean
[C#]
public bool UseCustomReference {get; set;}
[Managed C++]
public: __property bool get_UseCustomReference();
public: __property void set_UseCustomReference( bool );
[Unmanaged C++]
public: HRESULT get_UseCustomReference(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseCustomReference(
    VARIANT_BOOL UseCustomReference
);
[Java]
public bool getUseCustomReference();
public void setUseCustomReference(
    bool
);
[Python - STK API ]
@property
def UseCustomReference(self) -> bool:

@UseCustomReference.setter
def UseCustomReference(self, UseCustomReference:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.