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


I3DProperties.OffsetExpressionString 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.OffsetExpressionString Property
ArcGIS Developer Help

I3DProperties.OffsetExpressionString Property

The offset expression string.

[Visual Basic .NET]
Public Property OffsetExpressionString As String
[C#]
public string OffsetExpressionString {get; set;}
[C++]
HRESULT get_OffsetExpressionString(
  System.String* pOffset
);
[C++]
HRESULT put_OffsetExpressionString(
  BSTR pOffset
);
[C++]
Parameters
pOffset [out, retval]

pOffset is a parameter of type BSTR* pOffset [in]
pOffset is a parameter of type BSTR

Product Availability

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

See Also

I3DProperties Interface