AlignmentCreateOffsetAlignment Method

Overload List
 NameDescription
Public methodCode exampleCreateOffsetAlignment(Double)Obsolete.
Creates an offset Alignment from the current alignment, returns the offset Alignment ObjectId. A positive value to create an offset alignment to the right side and negative to the left side.
Public methodStatic memberCreateOffsetAlignment(String, ObjectId, Double, ObjectId) Creates an offset Alignment from the specified alignment object Id, returns the object Id of the offset alignment.
Public methodStatic memberCreateOffsetAlignment(Database, String, String, Double, String) Creates an offset Alignment from the specified alignment name, returns the object Id of the offset alignment.
Public methodStatic memberCreateOffsetAlignment(String, ObjectId, Double, ObjectId, Double, Double) Creates an offset Alignment from the specified alignment object Id, returns the object Id of the offset alignment.
Public methodStatic memberCreateOffsetAlignment(Database, String, String, Double, String, Double, Double) Creates an offset Alignment from the specified alignment name, returns the object Id of the offset alignment.
Top
See Also