This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DPlacement Interface > IMarker3DPlacement.NormalizedOriginOffset Property (ArcObjects .NET 10.4 SDK) |
Normalized offset vector defining the origin within the MBB relative to lower-left corner.
[Visual Basic .NET] Public Property NormalizedOriginOffset As IVector3D
[C#] public IVector3D NormalizedOriginOffset {get; set;}
[C++]
HRESULT get_NormalizedOriginOffset(
IVector3D** offset
);
[C++]
HRESULT putref_NormalizedOriginOffset(
IVector3D* offset
);
[C++]
Parameters offset [out, retval]
offset is a parameter of type IVector3D offset [in]
offset is a parameter of type IVector3D