PartSizePartStyleId Property |
Gets or sets the object id of the part style to apply side by side with the part size.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId PartStyleId { get; set; }
Public Property PartStyleId As ObjectId
Get
Set
public:
property ObjectId PartStyleId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
See Also