This document is archived and information here might be outdated.  Recommended version.


I3DProperties.BaseOption Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.BaseOption Property
ArcGIS Developer Help

I3DProperties.BaseOption Property

The base option.

[Visual Basic .NET]
Public Property BaseOption As esriBaseOption
[C#]
public esriBaseOption BaseOption {get; set;}
[C++]
HRESULT get_BaseOption(
  esriBaseOption* pBaseOption
);
[C++]
HRESULT put_BaseOption(
  esriBaseOption pBaseOption
);
[C++]
Parameters
pBaseOption [out, retval]

pBaseOption is a parameter of type esriBaseOption* pBaseOption [in]
pBaseOption is a parameter of type esriBaseOption

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

I3DProperties Interface