AGI STK VGT 11 Send comments on this topic.
SurfaceType Property (IAgCrdnPointOnSurface)
See Also 





Description

Specify a surface type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SurfaceType() As AgECrdnSurfaceType

[C#]
public AgECrdnSurfaceType SurfaceType {get; set;}

[Managed C++]
public: __property AgECrdnSurfaceType get_SurfaceType();
public: __property void set_SurfaceType(
AgECrdnSurfaceType
);

[Unmanaged C++]
public: HRESULT get_SurfaceType(
AgECrdnSurfaceType * pRetVal
);
public: HRESULT put_SurfaceType(
AgECrdnSurfaceType NewSurfaceType
);

[Java]
public AgECrdnSurfaceType getSurfaceType();public void setSurfaceType(
AgECrdnSurfaceType
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1