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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.