CorridorSurfaceRenderMaterialId Property |
Specifies the ObjectId of render material associated with the corridor surface.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId RenderMaterialId { get; set; }
Public Property RenderMaterialId As ObjectId
Get
Set
public:
property ObjectId RenderMaterialId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the new material is invalid.
|
See Also