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


IFeatureParameterLayer.InitializeCustomProps Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IF > IFeatureParameterLayer Interface > IFeatureParameterLayer.InitializeCustomProps Method
ArcGIS Developer Help

IFeatureParameterLayer.InitializeCustomProps Method

Initializes custom rendering properties.

[Visual Basic .NET]
Public Sub InitializeCustomProps ( _
    ByVal pDisplay As IDraw _
)
[C#]
public void InitializeCustomProps (
    IDraw pDisplay
);
[C++]
HRESULT InitializeCustomProps(
  IDraw* pDisplay
);
[C++]
Parameters
pDisplay [in]

pDisplay is a parameter of type IDraw*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFeatureParameterLayer Interface