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


IImport3DFile2.GetPlacementPreferences Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > II > IImport3DFile2 Interface > IImport3DFile2.GetPlacementPreferences Method
ArcGIS Developer Help

IImport3DFile2.GetPlacementPreferences Method

Symbol placement preferences.

[Visual Basic .NET]
Public Sub GetPlacementPreferences ( _
    ByRef normalizedAnchorX As Double, _
    ByRef normalizedAnchorY As Double, _
    ByRef normalizedAnchorZ As Double, _
    ByRef bIsBillboard As Boolean _
)
[C#]
public void GetPlacementPreferences (
    ref double normalizedAnchorX,
    ref double normalizedAnchorY,
    ref double normalizedAnchorZ,
    ref bool bIsBillboard
);
[C++]
HRESULT GetPlacementPreferences(
  System.Double* normalizedAnchorX,
  System.Double* normalizedAnchorY,
  System.Double* normalizedAnchorZ,
  Boolean* bIsBillboard
);
[C++]
Parameters
normalizedAnchorX [out]

normalizedAnchorX is a parameter of type double* normalizedAnchorY [out]
normalizedAnchorY is a parameter of type double* normalizedAnchorZ [out]
normalizedAnchorZ is a parameter of type double* bIsBillboard [out]
bIsBillboard is a parameter of type bool*

Product Availability

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

See Also

IImport3DFile2 Interface