AGI STK Objects 11 Send comments on this topic.
PointLocationMethod Property (IAgCvPointDefinition)
See Also 





Description

Method to specify the location of points on the coverage grid.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointLocationMethod() As AgECvPointLocMethod

[C#]
public AgECvPointLocMethod PointLocationMethod {get; set;}

[Managed C++]
public: __property AgECvPointLocMethod get_PointLocationMethod();
public: __property void set_PointLocationMethod(
AgECvPointLocMethod
);

[Unmanaged C++]
public: HRESULT get_PointLocationMethod(
AgECvPointLocMethod * pRetVal
);
public: HRESULT put_PointLocationMethod(
AgECvPointLocMethod NewPointLocationMethod
);

[Java]
public AgECvPointLocMethod getPointLocationMethod();public void setPointLocationMethod(
AgECvPointLocMethod
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1