This document is archived and information here might be outdated. Recommended version. |
Performs a BUILD operation.
[Visual Basic .NET] Public Sub Build ( _ ByVal FeatureClassType As esriCoverageFeatureClassType, _ [ByVal subclassName As String] _ )
[C#] public void Build ( esriCoverageFeatureClassType FeatureClassType, string subclassName );
[C++]
HRESULT Build(
esriCoverageFeatureClassType FeatureClassType,
BSTR subclassName
);
[C++] Parameters FeatureClassType [in]
FeatureClassType is a parameter of type esriCoverageFeatureClassType subclassName [in, optional]
subclassName is a parameter of type BSTR