STK Vector Geometry ToolSend comments on this topic.
ReferenceValue Property (IAgCrdnGridValuesFixedStep)
See Also
Windows





Windows & Linux

Description

Reference coordinate value from which steps are taken.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceValue() As Double
[C#]
public double ReferenceValue {get; set;}
[Managed C++]
public: __property double get_ReferenceValue();
public: __property void set_ReferenceValue( double );
[Unmanaged C++]
public: HRESULT get_ReferenceValue(
    double * pRetVal
);
public: HRESULT put_ReferenceValue(
    double ReferenceValue
);
[Java]
public double getReferenceValue();
public void setReferenceValue(
    double
);
[Python - STK API ]
@property
def ReferenceValue(self) -> float:

@ReferenceValue.setter
def ReferenceValue(self, ReferenceValue:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.