PointFileFormatCollectionItem(String) Property |
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PointFileFormat this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As PointFileFormat
Get
public:
property PointFileFormat^ default[String^ name] {
PointFileFormat^ get (String^ name);
}
Parameters
- name String
-
Property Value
PointFileFormat
See Also